home *** CD-ROM | disk | FTP | other *** search
-
-
- HOW TO USE DATEBOOK.COM
-
-
- Place a copy of DATEBOOK.COM in your root directory on the disk you
- boot from.
-
- Now create a text file called DATEBOOK.DTA and place it in the same
- directory. A text file is composed of lines, each ending with a CR/LF
- combination, and ends with a control-Z which serves as an EOF marker. Any
- normal text editor produces such files. The EDLIN editor included with
- MS-DOS(tm) and PC-DOS(tm) does, and so, for example, does the editor
- included with TURBO(tm) Pascal.
-
- Your DATEBOOK.DTA text file will be your appointment calendar.
- Include one line for each date or appointment of which you wish to be
- reminded. (Maximum line length is 127 bytes.) End each line by hitting the
- ENTER (or RETURN) key. Include the date on which you wish to be reminded
- somewhere in the line. (You may include several dates, to guarantee timely
- reminders, e.g.:
-
- 8/15/84 Meeting with Boss. 4 pm. (remind 8/7)
-
- DATEBOOK.COM checks your calendar one day ahead, so that you would, in this
- example, be reminded of your meeting on 8/6/84, 8/7/84, 8/14/84, and finally
- 8/15/84, the actual day of the meeting.
-
- DATEBOOK.COM recognizes dates in most standard American formats --
- month first, then date -- both numerical (e.g., 10/17/84, 1/30/1985,
- 4-18-84, 11.22.84) and alphameric (e.g., Oct. 17, 1984; JAN 30 1985; April
- 18, 1984; Nov 22 1984). It knows the months both by their full names and by
- their standard 3-letter abbreviations, and is not sensitive to the
- difference between upper and lower case. If the year is omitted,
- DATEBOOK.COM will supply the current year. Thus you can use one style of
- date (e.g., jan 27 Mom's birthday) for events which recur annually and
- another style (e.g., 07/04/85) for non-recurring events. This makes your
- DATEBOOK.DTA file easier to prune of elapsed dates and completed
- appointments.
-
- Once you have both DATEBOOK.COM and DATEBOOK.DTA files in your
- bootup directory, you can check your appointment calendar automatically when
- you power-up the computer each day by including the following lines in your
- AUTOEXEC.BAT file:
-
- date
- datebook
- pause
-
- The point of the 'PAUSE' command is to give you time to examine your day's
- appointments before your AUTOEXEC.BAT file goes on with the business of
- booting up and configuring your system. Be sure to call DATEBOOK.COM after
- you've set the current date with the DOS 'DATE' command, since DATEBOOK.COM
- retrieves the current date from the DOS by means of an MS-DOS function call.
- If you haven't set the current date, DATEBOOK.COM will, of course, use the
- default date (something like 01-01-1980) which is not likely to provide many
- matches with entries in your appointment calendar! By the way, if the
- DATEBOOK.DTA file is not available in the working directory, DATEBOOK.COM
- will tell you that, too, and abort gracefully.
-
- And that's all there is to it! If you diligently enter forthcoming
- appointments into your DATEBOOK.DTA file, DATEBOOK.COM will diligently
- remind you of them -- and you won't need to go out and buy a Vax(tm) to run
- UNIX(tm) on after all.
-
-
- DISCLAIMERS: This program is distributed as is, and includes no warranty or
- guarantee of performance, explicit or implicit. Individuals who use this
- program do so at their own risk. In no event will the Author be liable to
- you for any damages, including any lost profits, lost savings, or other
- incidental or consequential damages arising out of the use of or inability
- to use this program, even if the Author has been advised of the possibility
- of such damages, or for any claim of any other party.
-
-
- PERMISSION TO COPY: Individuals and organizations are granted permission by
- the Author freely to copy the DATEBOOK program and documentation for their
- own use or to share with others, so long as no price or other consideration
- is charged, and so long as the full documentation, including this notice and
- the above disclaimers, is included with each copy. If, after evaluating
- this program, you find it useful, you are encouraged to send a registration
- fee of $10 to its Author:
-
- Jay F. Rosenberg
- 715 Williams Circle
- Chapel Hill, NC 27514
-
- Individuals registering their programs will receive a copy of the source
- code for DATEBOOK.COM (written in TURBO(tm) Pascal), and may receive other
- goodies as well, if I've had the time to develop them.